@CHARSET "UTF-8";
body, input, textarea {
   	font-family: "PingFang SC","Helvetica Neue","Segoe UI","Microsoft YaHei","微软雅黑",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #323A45;
}

a:hover{
	text-decoration: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover{
	text-decoration: none;
}

.nav-link{
	font-size: 14px;color: #333;line-height: 60px;
}

.nav-link>a {
    color: #333;
}

.head-wrap{
	height: 400px;	
	width: 100%;
	position: relative;
}

.head-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.logo-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
    bottom: 0;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    left: 50%;
    width: 200px;
    height: 75px;
    z-index: -2;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:white!important;
    -webkit-box-shadow:0 0 0 1000px white inset!important;;
}

.box-bg{
	background-color:#f5f5f5;
}

.content-bg{
	background-color: white;
}

.box-content{
	width: 960px;
    margin: 0 auto;
    padding: 15px 0;
}
